home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / guardian_angel.swf / scripts / DefineSprite_270 / frame_1 / DoAction.as
Text File  |  2011-08-19  |  156b  |  11 lines

  1. _alpha = _alpha - "4";
  2. _Y = _Y - "2";
  3. if(color == "1")
  4. {
  5.    color = "0";
  6.    tellTarget("stars")
  7.    {
  8.       gotoAndStop(random("4") + "1");
  9.    }
  10. }
  11.